Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix NullPointerException in getting buffered mutator #152

Merged
merged 1 commit into from
May 25, 2016

Conversation

nikhil-tibrewal
Copy link

This should fix the NullPointerException in getting the mutator for a tableName. Under the previous implementation, the transient variable mutators was not serialized to the workers, and hence was null. Instantiating it under startBundle makes sure the variable exists on the workers.

@codecov-io
Copy link

Current coverage is 73.73%

Merging #152 into master will not change coverage

@@             master       #152   diff @@
==========================================
  Files            61         61          
  Lines          2101       2101          
  Methods        1937       1937          
  Messages          0          0          
  Branches        164        164          
==========================================
  Hits           1549       1549          
  Misses          552        552          
  Partials          0          0          

Powered by Codecov. Last updated by b2d6541...043bed0

Change-Id: Ie94b4685e7fb4f3ca5afec603d1a3bd3ef2bccdd
@rgruener
Copy link
Contributor

👍 Thanks for finding/fixing this

@nevillelyh nevillelyh merged commit dd44578 into spotify:master May 25, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants